Overload | Description |
---|---|
ExecuteScalarAsync(CancellationToken) | An asynchronous version of ExecuteScalar, which executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. Invokes ExecuteScalarAsync(CancellationToken) with System.Threading.CancellationToken.None. |
ExecuteScalarAsync() | (Inherited from System.Data.Common.DbCommand) |